Click or drag to resize

ResourceGetSize Method (String)

Gets size of resource.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public long GetSize(
	string address
)

Parameters

address
Type: SystemString
The URI that identifies the resource.

Return Value

Type: Int64
Number of bytes.
See Also